From: Luc Teirlinck Date: Sat, 24 Jul 2004 20:54:01 +0000 (+0000) Subject: (Fcolor_supported_p): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21558 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ed2af6c86cd508f26945486e26fdb071071ab30a;p=emacs.git (Fcolor_supported_p): Doc fix. --- diff --git a/src/xfaces.c b/src/xfaces.c index 7f5012f3e0a..f78ecacee1a 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1544,6 +1544,7 @@ DEFUN ("color-supported-p", Fcolor_supported_p, Scolor_supported_p, 1, 3, 0, doc: /* Return non-nil if COLOR can be displayed on FRAME. BACKGROUND-P non-nil means COLOR is used as a background. +Otherwise, this function tells whether it can be used as a foreground. If FRAME is nil or omitted, use the selected frame. COLOR must be a valid color name. */) (color, frame, background_p)